If you want to try the VCL encapsulation inside Python:
- if you don't use the default python.dpk package, install the component
  PythonVclStd.pas from "Components\sources\VCL"
- check if the lib path contains a reference to the folder "...\Components\sources\VCL".
- Open the project "PyDelphi"
- execute it
- Open the file "SetPath.py"
- edit the path to reflect your folder "...\lib\Delphi"
- close it
- Open the file "test.py"
- execute it and look at the form !
- Now examine the source code and see how close to Delphi we are !
